Skip to content

Fix watchlist last-item left navigation - #78

Closed
EierKopZA wants to merge 2 commits into
ProdigyV21:mainfrom
EierKopZA:bugfix/watchlist-grid-left-navigation
Closed

Fix watchlist last-item left navigation#78
EierKopZA wants to merge 2 commits into
ProdigyV21:mainfrom
EierKopZA:bugfix/watchlist-grid-left-navigation

Conversation

@EierKopZA

Copy link
Copy Markdown
Contributor

Problem\nWhen keyboard focus is in watchlist grid and user presses left from last item in row, navigation is blocked.\n\n## Root cause\nWatchlistScreen was consuming LEFT key events when the grid was focused, preventing native grid handling.\n\n## Fix\n- In Key.DirectionLeft handler, return false when not sidebar-focused so LazyVerticalGrid can handle left movement.\n- Keep sidebar behavior unchanged.\n\n## Validation\n- Ran :app:compilePlayDebugKotlin (success, exit code 0)\n- Manual path covers left/right movement in grid

@EierKopZA EierKopZA closed this Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant